home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- access;
- symbols
- start:1.1.1.1 oleg:1.1.1;
- locks; strict;
- comment @ * @;
-
-
- 1.2
- date 2005.01.09.19.22.43; author oleg; state Exp;
- branches;
- next 1.1;
-
- 1.1
- date 2005.01.09.18.45.06; author oleg; state Exp;
- branches
- 1.1.1.1;
- next ;
-
- 1.1.1.1
- date 2005.01.09.18.45.06; author oleg; state Exp;
- branches;
- next ;
-
-
- desc
- @@
-
-
- 1.2
- log
- @*** empty log message ***
- @
- text
- @/* RocketLauncher */
-
- #import <Cocoa/Cocoa.h>
- #import "AppInfo.h"
- #import "AppTableDS.h"
- #import "SearchPrefs.h"
- #import "LaunchTextView.h"
-
- @@interface RocketLauncher : NSObject
- {
- IBOutlet NSTableView *resultTable;
- IBOutlet NSTextField *searchField;
- IBOutlet NSPanel *searchPanel;
- NSMutableArray *allApps;
- NSMutableArray *apps;
- AppTableDS *appDS;
- SearchPrefs *prefs;
- LaunchTextView *lt;
- }
- -(IBAction)enterPressed: (id)sender;
- @@end
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d7 1
- d18 1
- @
-
-
- 1.1.1.1
- log
- @RocketLauncher
- @
- text
- @@
-